afterSearchComplete Event

Arguments

eobject

An object that contains the following properties:

recordsInQuerynumber

The number of records found that matched the search criteria.

searchModestring

The search mode that was executed. searchMode can be one of the following: 'search' or 'clear'.

searchWherestring

Indicates where the search was performed. Can be 'clientSide' or 'serverSide'.

Description

Fires after a search completes.

Discussion

The afterSearchComplete client-side event is triggered when the search is complete and the List has been updated with the search results. The event is passed information about the search results, including the number of matching records, if the search included search criteria or was a clear search criteria operation (searchMode), and where the search was executed (searchWhere).

See Also